home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-6 / card_20461.txt < prev    next >
Text File  |  1990-04-06  |  2KB  |  89 lines

  1. -- card: 20461 from stack: in.0-6
  2. -- bmap block id: 20517
  3. -- flags: 0000
  4. -- background id: 12913
  5. -- name: Script Editor
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=91 top=17 right=258 bottom=403
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Info 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   showFld
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 1 (field)
  28. -- low flags: 01
  29. -- high flags: 2004
  30. -- rect: left=68 top=269 right=334 bottom=442
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 174
  35. -- text size: 14
  36. -- style flags: 0
  37. -- line height: 15
  38. -- part name: info
  39.  
  40.  
  41. -- part 2 (button)
  42. -- low flags: 00
  43. -- high flags: 2000
  44. -- rect: left=400 top=294 right=337 bottom=439
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 5233 / 5233
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: returnArrow
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   lock screen
  56.   go cd "SCRIPT EDITOR & DEBUGGER" of stack "Intro to HyperCard 2.0"
  57.   unlock screen with visual zoom close
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 3 (field)
  63. -- low flags: 81
  64. -- high flags: 2004
  65. -- rect: left=285 top=28 right=235 bottom=497
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 0
  69. -- font id: 174
  70. -- text size: 14
  71. -- style flags: 0
  72. -- line height: 15
  73. -- part name: info 1
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   hide me
  77. end mouseUp
  78.  
  79.  
  80.  
  81.  
  82. -- part contents for card part 3
  83. ----- text -----
  84. The Script Editor scrolls horizontally and vertically. With the menus that appear when you are editing a script, you can search and replace text, comment and uncomment selected lines, and set temporary and permanent checkpoints for debugging‚Äîas well as undo cut, copy, paste, and clear operations, and typing.
  85.  
  86.  
  87. -- part contents for card part 1
  88. ----- text -----
  89. This is the Hypercard 2.0 Script Editor‚Äîyou can size it, to a maximum width approximately that of a two-page display. Click on the editor to learn more.